home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 1 (Walnut Creek)
/
Aminet - June 1993 [Walnut Creek].iso
/
usenet
/
sources
/
volume90
/
aplictns
/
listplot
/
part01
/
examples
/
polarplot
< prev
next >
Wrap
Text File
|
1990-08-23
|
356b
|
19 lines
.k filename/a,pldevice
; Invoke this shell script via
;
; lineplot filename [ device ]
;
; where file filename contains the data to be plotted
.def pldevice amiga
/ListPlot +
"UseInputFile=<filename>" +
"PlotType=polar" +
"Gridding=yes" +
"AngularUnit=radians" +
"AspectRatio=1." +
"PlotTitle=Polar Plot Example" +
"PlotDevice=<pldevice>"